﻿2026-07-08T23:51:39.0317066Z ##[group]Run actions/checkout@v5
2026-07-08T23:51:39.0317992Z with:
2026-07-08T23:51:39.0318434Z   fetch-depth: 0
2026-07-08T23:51:39.0319156Z   repository: SaberMage/spt-core
2026-07-08T23:51:39.0322340Z   token: ***
2026-07-08T23:51:39.0322779Z   ssh-strict: true
2026-07-08T23:51:39.0323217Z   ssh-user: git
2026-07-08T23:51:39.0323674Z   persist-credentials: true
2026-07-08T23:51:39.0324149Z   clean: true
2026-07-08T23:51:39.0324582Z   sparse-checkout-cone-mode: true
2026-07-08T23:51:39.0325074Z   fetch-tags: false
2026-07-08T23:51:39.0325512Z   show-progress: true
2026-07-08T23:51:39.0325943Z   lfs: false
2026-07-08T23:51:39.0326347Z   submodules: false
2026-07-08T23:51:39.0326815Z   set-safe-directory: true
2026-07-08T23:51:39.0327527Z ##[endgroup]
2026-07-08T23:51:39.1331241Z Syncing repository: SaberMage/spt-core
2026-07-08T23:51:39.1334337Z ##[group]Getting Git version info
2026-07-08T23:51:39.1335742Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T23:51:39.1337814Z [command]/usr/bin/git version
2026-07-08T23:51:39.1338662Z git version 2.43.0
2026-07-08T23:51:39.1340914Z ##[endgroup]
2026-07-08T23:51:39.1350404Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ce4517c2-8218-4a8b-8048-0332ce12d1ae' before making global git config changes
2026-07-08T23:51:39.1351951Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T23:51:39.1354538Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T23:51:39.1404738Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T23:51:39.1432033Z https://github.com/SaberMage/spt-core
2026-07-08T23:51:39.1445261Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T23:51:39.1453543Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T23:51:39.1481997Z HEAD
2026-07-08T23:51:39.1536713Z ##[endgroup]
2026-07-08T23:51:39.1539566Z [command]/usr/bin/git submodule status
2026-07-08T23:51:39.1819144Z ##[group]Cleaning the repository
2026-07-08T23:51:39.1820892Z [command]/usr/bin/git clean -ffdx
2026-07-08T23:51:39.1872292Z Removing traceable-reqs
2026-07-08T23:51:39.1885864Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T23:51:39.1993651Z HEAD is now at 006872dac Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:51:39.2004864Z ##[endgroup]
2026-07-08T23:51:39.2007660Z ##[group]Disabling automatic garbage collection
2026-07-08T23:51:39.2013238Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T23:51:39.2054826Z ##[endgroup]
2026-07-08T23:51:39.2055964Z ##[group]Setting up auth
2026-07-08T23:51:39.2066622Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T23:51:39.2108336Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T23:51:39.2376869Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T23:51:39.2413780Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T23:51:39.2631258Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T23:51:39.2663794Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T23:51:39.2868569Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T23:51:39.2904173Z ##[endgroup]
2026-07-08T23:51:39.2905268Z ##[group]Fetching the repository
2026-07-08T23:51:39.2912723Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +006872dac14627cf64925b5ab625bc1d8a53a46f:refs/remotes/pull/62/merge
2026-07-08T23:51:40.6821095Z ##[endgroup]
2026-07-08T23:51:40.6822579Z ##[group]Determining the checkout info
2026-07-08T23:51:40.6824149Z ##[endgroup]
2026-07-08T23:51:40.6827849Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T23:51:40.6880816Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T23:51:40.6911399Z ##[group]Checking out the ref
2026-07-08T23:51:40.6913149Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/62/merge
2026-07-08T23:51:40.6972525Z HEAD is now at 006872dac Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:51:40.6981853Z ##[endgroup]
2026-07-08T23:51:40.7033133Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T23:51:40.7070450Z 006872dac14627cf64925b5ab625bc1d8a53a46f
